![]() |
MenuItemDrawingWithContextProcPtr |
||||
Header: | Appearance.h | Carbon status: | Under Evaluation | |
typedef void(* MenuItemDrawingWithContextProcPtr) ( const Rect *inBounds, SInt16 inDepth, Boolean inIsColorDevice, SInt32 inUserData, void *context );
You would declare your function like this if you were to name it MyMenuItemDrawingWithContextCallback:
void MyMenuItemDrawingWithContextCallback ( const Rect *inBounds, SInt16 inDepth, Boolean inIsColorDevice, SInt32 inUserData, void *context );
Under evaluation for Carbon.
© 2000 Apple Computer, Inc. — (Last Updated 5/8/2000)